Skip to content

Instantly share code, notes, and snippets.

@DavidWells
DavidWells / aligning-images.md
Last active February 25, 2026 23:56
Guide to aligning images in github readme.md files. https://davidwells.io/snippets/how-to-align-images-in-markdown

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

---
name: plan-exit-review
version: 2.0.0
description: |
Review a plan thoroughly before implementation. Challenges scope, reviews
architecture/code quality/tests/performance, and walks through issues
interactively with opinionated recommendations.
allowed-tools:
- Read
- Grep

Using CurseForge Overwolf API Key with Prism Launcher

Go to Settings > APIs > API Keys and put the following into the "CurseForge Core API" box

$2a$10$bL4bIL5pUWqfcO7KQtnMReakwtfHbNKh6v1uTpKlzhwoueEJQnPnm

image

If the API key changes, it may be found again with this guide

@programminghoch10
programminghoch10 / RipDVDsusingFFmpeg.md
Last active February 25, 2026 23:54
Rip DVDs using FFmpeg

Rip DVDs using FFmpeg

This Gist provides an easy to use script for ripping DVDs using FFmpeg.

Install

Install ffmpeg, libdvdcss2 and lsdvd on your system.

@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active February 25, 2026 23:53
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active February 25, 2026 23:51
crack activate Office on mac with license file
@collei
collei / filtrni.js
Last active February 25, 2026 23:51
Simple way to limit number impout to certain formats
/**
* FILTRNI
*
* Applies input restrictions on input elements.
* Add 'filtrni-input' CSS class and a 'filtrni-type' attribute to the input.
* Supported types:
* tinyint, smallint, int, bigint, decimal(n,p), numeric(n,p), real, float, double
* Use 'unsigned' before name type to prevent signal (+ and -)
*
* @author github.com/collei <alarido.su@gmail.com>
@mberman84
mberman84 / all_files.md
Created February 24, 2026 21:09
Matt's Markdown Files

OpenClaw: System Prompt File Templates

Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).

Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.


AGENTS.md

@d-kja
d-kja / nikke-linux.md
Last active February 25, 2026 23:47
Installing NIKKE under Linux

NIKKE on Linux - Complete Installation Guide

First of all, happy new year (maybe?)

Important Warning

Just letting you know ahead of time, your account can be banned! I’ve been playing since the initial post without any issues, but do this at your own risk!

@mrbar42
mrbar42 / README.md
Last active February 25, 2026 23:47
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8